@charset "utf-8";
/************GENERAL STYLES****************/
/*html5*/
article,aside,dialog,details,footer,header,section,nav,figure,hgroup,menu,summary{display:block}

html {
  font-size:100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
button:disabled,
input:disabled {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
::-moz-placeholder {
  opacity: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 12px;
}
body {
  background: #f2f2f2;
  font-family:微软雅黑,"Microsoft JhengHei","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.8em;
  color: #444444;
  background-image: -webkit-radial-gradient(100% 100%, center, #f2f2f2, #f2f2f2);
  background-image: radial-gradient(100% 100% at center, #f2f2f2, #f2f2f2);
  
}
.top-padding{display:block;height:75px;}
a {
  text-decoration: none;
  transition: color 0.3s ease 0s, text-decoration 0.3s ease 0s, background 0.3s ease 0s;
}
a:hover {
  text-decoration: underline;
}
a {
  color: #369;
}
a:hover {
  color: #ff7917;
}
a img{ border:none;}
em {
  color: #dd0800;
}
ins {
  background: #ffffaa;
  color: #444444;
  text-decoration: none;
}
mark {
  background: #ffffaa;
  color: #444444;
}
::-moz-selection {
  background: #385379;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #385379;
  color: #ffffff;
  text-shadow: none;
}
abbr[title],
dfn[title] {
  cursor: help;
}
dfn[title] {
  border-bottom: 1px dotted;
  font-style: normal;
}
img {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0;
}
* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: 微软雅黑,"Microsoft JhengHei","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #444444;
  text-transform: none;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 25px;
}
h1,
.uk-h1 {
  font-size: 36px;
  line-height: 42px;
}
h2,
.uk-h2 {
  font-size: 24px;
  line-height: 30px;
}
h3,
.uk-h3 {
  font-size: 18px;
  line-height: 24px;
}
h4,
.uk-h4 {
  font-size: 16px;
  line-height: 22px;
}
h5,
.uk-h5 {
  font-size: 14px;
  line-height: 20px;
}
h6,
.uk-h6 {
  font-size: 12px;
  line-height: 18px;
}
ul,
ol {
  padding-left: 20px;
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  display: block;
  padding: 0;
  border: 0;
  border-top: 1px solid #dddddd;
}
address {
  font-style: normal;
}
q,
blockquote {
  font-style: italic;
}
blockquote {
  padding-left: 15px;
  border-left: 5px solid #325f9f;
  font-size: 16px;
  line-height: 22px;
}
blockquote small {
  display: block;
  color: #999999;
  font-style: normal;
}
blockquote p:last-of-type {
  margin-bottom: 5px;
}
code {
  color: #dd0055;
  font-size: 12px;
  white-space: nowrap;
  padding: 0 4px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: #fafafa;
}
pre code {
  color: inherit;
  white-space: pre-wrap;
  padding: 0;
  border: 0;
  background: transparent;
}
pre {
  padding: 10px;
  background: #fafafa;
  color: #444444;
  font-size: 12px;
  line-height: 18px;
  -moz-tab-size: 4;
  tab-size: 4;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
button,
input:not([type="radio"]):not([type="checkbox"]),
select {
  vertical-align: middle;
}
iframe {
  border: 0;
}
@-ms-viewport {
  width: device-width;
}


.container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 20px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container-center {
  margin-left: auto;
  margin-right: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
a.more{
	position:absolute;
	right:10px;
	bottom:5px;
	line-height:24px;
	font-size:12px;
	color:#999;
}
a.more:hover{color:#ff7917;}
a.download_btn{ float:right; display:block; height:30px; width:109px; background:#369 url(../images/dw_btn.png); text-indent:-99999px;}
a.download_btn:hover{ background:#3e81c4 url(../images/dw_btn.png);}
.marginbottom{height:20px; width:100%; display:table;}
.mainshadow{ 
	background:#FFF;
	-webkit-box-shadow: 0 20px 10px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
	border:#ccc solid 1px;
	border-radius:4px;
}
.head-title h1{ font-size:24px;}
.no_content{ width:100%; margin:30px auto; text-align: center; display: block;}

.scrolltop {
    background-color: #eee;
    border: 1px solid #A9A9A9;
    border-radius: 100px;
    display: none;
    height: 36px;
    opacity: 0.6;
    position: fixed;
    right: 2%;
    bottom: 20%;
    width: 36px;
    z-index: 33;color:#333; font-weight: bold;
}
.scrolltop:hover{background-color: #f3f3f3; text-decoration: none;}
.scrolltop span {
    left: 6px;
    position: relative;
    top: 8px;
}
/************导航栏*****************/
.navbar{
	background: #fff;
	color: #444444;
	border-bottom:1px solid #cecece;
	background-origin: border-box;
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);		
	width:100%;
	margin-bottom:15px;
	z-index:99;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.navbar:after {
  clear: both;
}
.nav-container{position:relative;}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:14px;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	transition:none;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
  background: #FFF;
  opacity: .9;
}
.sf-menu li > ul li a {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #444444;
	height:auto;
	line-height:2em;
	font-size:12px;
}
.sf-menu li > ul li a:hover{
	background:#369;	
}
.sf-menu li > a{
	color: #444444;
	height: 60px;
  	padding: 0 1em;
	line-height: 60px;
	background:transparent;
}
.sf-menu > li.current > a {
  background-color: #369;
  color: #FFF;
  border-left-color: #15293c;
  border-right-color: #15293c;
  border-top-color: #15293c;
  box-shadow: inset 0 2px 4px #15293c;
}
.sf-menu > li.current > a:hover{
	background:#369;
	border: #ccc;
	box-shadow:none;
}
.sf-menu li {	
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}


.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #369;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu li:hover > a,
.sf-menu li.sfHover > a{
	color:#FFF;
	text-decoration:none;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			26px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {top:15px; background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


.navbar-brand,
.navbar-toggle {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  line-height:60px;
  padding: 0 20px 0 0;
  float: left;
  text-shadow: 0 1px 0 #333;
}

.navbar-brand:before,
.navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.navbar-brand {
  font-size: 18px;
  color: #444444;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #444444;
  text-decoration: none;
  outline: none;
}

/*********************search_bar********************/
.search_bar{position: absolute;top:12px;right:35px;right:20px; zindex:100;}
.search_btn{background:#369 url(../images/icon-search.png) no-repeat center center; padding: 5px; width: 26px; height: 26px; cursor: pointer; border-radius: 4px; position: absolute;top:0; right: 0; text-indent: -9999px; }

.search_body{position: absolute; top: 48px; right: 0; width:220px; height:30px; padding:10px;background: #FFF; border: #ccc solid 1px; display: none; z-index:200;box-shadow: 2px 2px 6px rgba(0,0,0,.2);}
.search_body input.search_input{ width: 165px; line-height: 30px; height: 30px; padding:0 5px; margin-right:5px;border:solid 1px #ccc; background: #f4f4f4; }
.search_body input.search_submit{ height: 30px; line-height: 30px; background: #369; border:none;  padding:0 10px; border-radius: 4px; color: #FFF;}
.search_body input.search_submit:hover,.search_btn:hover{background-color: #385379;}
/***************  栅格化  ********************/
.uk-grid:before,
.uk-grid:after {
  content: " ";
  display: table;
}
.uk-grid:after {
  clear: both;
}
.uk-grid {
  margin: 0 0 0 -25px;
  padding: 0;
  list-style: none;
}
.uk-grid + .uk-grid {
  margin-top: 25px;
}
.uk-grid > [class*='uk-width-'] {
  margin: 0;
  padding-left: 25px;
  float: left;
}
.uk-grid > [class*='uk-width-'] > :last-child {
  margin-bottom: 0;
}
.uk-grid > .uk-grid-margin {
  margin-top: 25px;
}
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}
.uk-grid-divider:not(:empty) > [class*='uk-width-'] {
  padding-left: 25px;
  padding-right: 25px;
}
.uk-grid-divider:not(:empty) > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider:not(:empty) > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider:not(:empty) > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider:not(:empty) > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider:not(:empty) > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider:not(:empty) > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider:not(:empty) > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider:not(:empty) > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider:not(:empty) > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .uk-grid-divider:not(:empty) > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}
@media (min-width: 960px) {
  .uk-grid-divider:not(:empty) > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #dddddd;
}
.uk-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 25px;
}
@media (min-width: 1220px) {
  .uk-grid:not(.uk-grid-preserve) {
    margin-left: -20px;
  }
  .uk-grid:not(.uk-grid-preserve) > [class*='uk-width-'] {
    padding-left: 20px;
  }
  .uk-grid:not(.uk-grid-preserve) + .uk-grid {
    margin-top: 35px;
  }
  .uk-grid:not(.uk-grid-preserve) > .uk-grid-margin {
    margin-top: 20px;
  }
  .uk-grid:not(.uk-grid-preserve) > [class*='uk-width-'] > .uk-panel + .uk-panel {
    margin-top: 20px;
  }
  .uk-grid-divider:not(.uk-grid-preserve):not(:empty) {
    margin-left: -35px;
    margin-right: -35px;
  }
  .uk-grid-divider:not(.uk-grid-preserve):not(:empty) > [class*='uk-width-'] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .uk-grid-divider:not(.uk-grid-preserve):empty {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
[class*='uk-width-'] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.uk-width-1-1 {
  width: 100%;
}
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
@media (max-width:767px){
	.uk-width-1-1,
	.uk-width-1-2,
	.uk-width-2-4,
	.uk-width-3-6,
	.uk-width-5-10,
	.uk-width-1-3,
	.uk-width-2-6,
	.uk-width-2-3,
	.uk-width-4-6	
	.uk-width-1-4,
	.uk-width-3-4,
	.uk-width-1-5,
	.uk-width-2-10,
	.uk-width-2-5,
	.uk-width-4-10,
	.uk-width-3-5,
	.uk-width-6-10 ,
	.uk-width-4-5,
	.uk-width-8-10,
	.uk-width-1-6,
	.uk-width-5-6,
	.uk-width-1-10,
	.uk-width-3-10,
	.uk-width-7-10 ,
	.uk-width-9-10 {
	  width: 100%;
	}
}
@media (min-width: 768px) {
  .uk-width-medium-1-1 {
    width: 100%;
  }
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}
@media (min-width: 960px) {
  .uk-width-large-1-1 {
    width: 100%;
  }
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}

/******************  面板  ************************/
.uk-panel {
	position: relative;
	border-radius: 4px;
	border:#ccc solid 1px;
	background:#FFF;
	margin-bottom:20px;
	-webkit-box-shadow: 0 20px 10px -5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
}
.uk-panel:before,
.uk-panel:after {
  content: " ";
  display: table;
}
.uk-panel:after {
  clear: both;
}
.uk-panel ul{ margin:0; padding-bottom:15px; padding-left:15px;}
.uk-panel > ul > li{ list-style:inside disc;}
.uk-panel > ul > li > a{ color:#666;}
.uk-panel > ul > li > a:hover{ color:#ff7917;}
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}
.uk-panel-title {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #444444;
	line-height:36px;
	border-bottom:#ccc solid 1px;
	padding-left:10px;
	border-radius:4px 4px 0 0;
	background:#eee;
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background:-moz-linear-gradient(top, #ffffff,#eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#EEEEEE,grandientType=1);
	position:relative;
}
.uk-panel-title > span{ margin-left:10px;}
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.uk-panel-badge + * {
  margin-top: 0;
}
.uk-panel-box {
  padding: 15px;
  background: #ffffff;
  color: #444444;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.uk-panel-box .uk-panel-title {
  color: #444444;
}
.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-box .uk-nav-side {
  margin: 0 -15px;
}
.uk-panel-box-primary {
  background-color: #ebf7fd;
  color: #2d7091;
  border-color: rgba(45, 112, 145, 0.3);
}
.uk-panel-box-primary .uk-panel-title {
  color: #2d7091;
}
.uk-panel-box-secondary {
  background-color: #ffffff;
  color: #444444;
}
.uk-panel-box-secondary .uk-panel-title {
  color: #444444;
}
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #444444;
}
.uk-panel-space {
  padding: 30px;
}
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #dddddd;
}

/************按钮样式*************/
.uk-button {
  display: inline-block;
  min-height: 30px;
  padding: 0 12px;
  border: none;
  background: #f7f7f7;
  line-height: 28px;
  color: #444444;
  letter-spacing: normal;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.3);
  background-origin: border-box;
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  border-radius: 4px;
  text-shadow: 0 1px 0 #ffffff;
}
a.uk-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none;
}
.uk-button:hover,
.uk-button:focus {
  background-color: #fafafa;
  color: #444444;
  outline: none;
  background-image: none;
}
.uk-button:active,
.uk-button.uk-active {
  background-color: #f5f5f5;
  color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.3);
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.uk-button-primary {
  background-color: #3e5d88;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #466b9f, #385379);
  background-image: linear-gradient(to bottom, #466b9f, #385379);
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #3a67a5;
  color: #ffffff;
  background-image: none;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #2d4f7f;
  color: #ffffff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.uk-button-success {
  background-color: #82bb42;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
  background-image: linear-gradient(to bottom, #9fd256, #6fac34);
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #8fce48;
  color: #ffffff;
  background-image: none;
}
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #76b430;
  color: #ffffff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.uk-button-danger {
  background-color: #d32c46;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
  background-image: linear-gradient(to bottom, #ee465a, #c11a39);
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #e33551;
  color: #ffffff;
  background-image: none;
}
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #c91c37;
  color: #ffffff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.uk-button:disabled {
  background-color: #fafafa;
  color: #999999;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  box-shadow: none;
  text-shadow: 0 1px 0 #ffffff;
}
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  display: inline;
  border: none;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.uk-button-link {
  color: #325f9f;
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: #ff7917;
  text-decoration: underline;
}
.uk-button-link:disabled {
  color: #999999;
}
.uk-button-link:focus {
  outline: 1px dotted;
}
.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 18px;
  font-size: 11px;
}
.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 23px;
  font-size: 12px;
}
.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 5px;
}
.uk-button-expand {
  display: block;
  width: 100%;
  text-align: center;
}
.uk-button-expand + .uk-button-expand {
  margin-top: 10px;
}
.uk-button-group {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  letter-spacing: -0.31em;
  white-space: nowrap;
}
.uk-button-group > * {
  display: inline-block;
}
.uk-button-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -35px;
  }
}

/***********面包屑******************/
.uk-breadcrumb {
  padding: 0;
  list-style: none;
  
}
.uk-breadcrumb > li {
  letter-spacing: normal;
}
.uk-breadcrumb li.bread-partition{
	margin:0 5px 0 5px;
	color:#CCC;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}

.uk-breadcrumb > li:not(.uk-active) > span {
  color: #999999;
}


/********************image-overlay************************/
.picture {
	position: relative;
	}
	
.picture a {
	display: block;
	position: relative;
}
	
.picture .item-description {
	padding: 5px 15px 5px 15px;
	border: none;
	margin-top: 1px;
	background: transparent;
	font-size: 12px;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.picture .item-description a {
	color: #414141;
	font-size: 15px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.picture:hover .item-description {
	background: #080808;
	color: #fff;
}

.picture:hover .item-description a {
	color: #fff;
}

.post .picture {
	position: relative;	
    box-shadow: 0 2px 10px rgba(0,0,25,0.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,25,0.4);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,25,0.4);
	
}
.post .picture img{
	background:url(../images/loding.gif) no-repeat center;
}

.post .picture:before, .post .picture:after {
	bottom:14px;
	content: "";
	position: absolute;
	z-index: -1;
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg); /* Safari and Chrome */
	-o-transform: rotate(-1deg); /* Opera */
	-moz-transform: rotate(-1deg); /* Firefox */
	box-shadow: 0 15px 5px rgba(0, 0, 0, 0.3);
	height: 50px;
	left: 5px;
	max-width: 50%;
	width: 50%;
}

.post .picture:after {
	-ms-transform: rotate(1deg); /* IE 9 */
	-webkit-transform: rotate(1deg); /* Safari and Chrome */
	-o-transform: rotate(1deg); /* Opera */
	-moz-transform: rotate(1deg); /* Firefox */
	left: auto;
	right: 5px;
}
.image-overlay-link,
.image-overlay-zoom {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 40;
	display: none;
	background-color: #999;
	background: rgba(0, 0, 0, .6);
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
}

.image-overlay-link {
	background-image: url(../images/overlay-icon-01.png);
}

.image-overlay-zoom {
	background-image: url(../images/overlay-icon-02.png);
}


/*********************分页**************************/
.manu {
    margin: 25px 10px;
    padding: 5px;
    text-align: center;
}
.manu A {
    background:#f2f2f2;
	display:inline-block;
    border: 1px solid #e0e0e0;    
    color: #666;
    margin: 5px 2px 5px 2px;
    padding: 5px 8px;
    text-decoration: none;
}
.manu A:hover {
    background:#369;
    border: 1px solid #369;
    color: #FFFFFF;
}
.manu A:active {
    background:#369;
    border: 1px solid #369;
    color: #FFFFFF;
}
.manu .current {
    background-color: #369;
    border: 1px solid #369;
    color: #FFF;
    font-weight: bold;
	margin: 5px 2px 5px 2px;
	padding:6px 11px;
}
.manu .disabled {
    border: 1px solid #e0e0e0;   
    color: #ccc;
}

/***********************************************/
.article{padding:20px 20px 0 20px; border:#ccc solid 1px; position:relative; color:#888; margin-bottom:20px;}
.article .art_tit{ margin-top:20px; font-weight:bold; color:#000;  font-size:22px;}
.article .art_info{ line-height:40px; border-bottom:#ddd solid 1px; position:relative; margin-bottom:20px;}
.article .art_info span{ margin-right:20px;}
.article .content{ color:#666; letter-spacing:1px; line-height:1.8em;}
.article .content a{ text-decoration:underline; margin:0 3px 0 3px;}
.article .content p{ text-indent:2em;}
.article .content p img{ margin-left:-2em;}

.article .content h1,
.article .content h2,
.article .content h3,
.article .content h4,
.article .content h5,
.article .content h6
{ 
	color:#000;
	line-height:2em; 
	border-bottom:#ddd solid 1px;
}
.article .content h1{ font-size:26px;}
.article .content h2{ font-size:22px;}
.article .content h3{ font-size:18px;}
.article .content h4{ font-size:16px;}
.article .content h5{ font-size:14px;}
.article .content h6{ font-size:12px;}
.article .tags{ margin:50px 0 10px 0;}
.article .tags a{ margin-left:10px;}
.article .tags span{ margin-right:6px;}
.article .fenxiang{ width:100%; margin-bottom:10px; padding-bottom:10px; border-bottom:#ccc dashed 1px;}

/******************字体大小切换****************************/
ul.fontResizer{ position:absolute; right:0; bottom:6px; margin:0; padding:0;}
ul.fontResizer li{ float:left; line-height:24px; padding:0; margin:0; list-style:none;}
ul.fontResizer a{display:block;border:1px solid #ccc; padding:0 6px 0 6px; margin:0;text-align:center;color:#666;text-decoration:none; margin-left:5px;background:#eee;
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background:-moz-linear-gradient(top, #ffffff,#eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#EEEEEE,grandientType=1);}
ul.fontResizer a:hover{color:#000; font-weight:bold;text-decoration:none;}
ul.fontResizer .curFont{background:#e7e7e7; cursor:text;}
ul.fontResizer .curFont:hover{ font-weight:normal;color:#666;}

/*****************footer************************/
.footer{ background:#252525 url(../images/footer-bg.gif); padding:10px 0 0 0 ; color:#aaa; }
.footer a{ color:#aaa;}
.footer a:hover{ color:#fff;}
.footer_info{ color:#CCC; padding:10px 0; margin-top:40px; background:rgba(0,0,0,0.2);}
.foot_copyright{ float:left;}
.foot_mcqun{float:right;}
.footer ul.foot_ul{ margin:0; padding:0;}
.footer ul.foot_ul li{ list-style:none;transition: color 0.2s linear 0s, background 0.2s linear 0s, border-left-color 0.2s linear 0s, border-bottom-color 0.2s linear 0s;}
.footer ul.foot_ul li:hover{ color:#fff;}
.footer ul.foot_ul li > a{ margin-left:10px;}

.footer .social a{ display:block; }
.footer h2{ color:#cecece; font-size:20px; line-height:60px; margin-bottom:0;}
@media (max-width: 767px){
.footer ul.foot_ul li{ display:block; float:left; margin-left:15px;}
.footer .social { text-align:center;}
.footer .social a{ display:inline;margin-bottom:15px;}
.foot-about{margin-left:15px;}
}

@media (max-width: 767px) {
  body {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .sf-menu {display:none;}
  .search_bar {display:none;}
}

@media (min-width: 768px) and (max-width: 959px){
.sf-menu li > a{
	padding: 0 10px;
	
}
}



@media (min-width: 1220px) {
.container {
    max-width: 1200px;
    padding: 0 35px;
}
.sf-menu li > a{
	padding: 0 25px;	
}
.search_bar{ 
	right:35px;
}
  
}